home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 112 / EnigmaAmiga112CD.iso / dalla rivista / awnpipe / awnp / awnp-docs / slider.doc < prev    next >
Text File  |  2000-05-17  |  2KB  |  97 lines

  1. Slider gadget event.
  2. -------------------------
  3.  
  4. 'gadget GID slider_value'
  5.  
  6. slider gadget parameters.
  7. -------------------------
  8.  
  9. readonly (ro)
  10.  
  11.  This gadget is read only.
  12.  
  13. disable=number (dis=)
  14.  
  15.  The gadget is enabled if number = 0 , disabled if number != 0. Defaults to enabled.
  16.  
  17. ticks=number
  18.  
  19.  Set how many ticks to display along the slider.
  20.  
  21. Sticks
  22.  
  23.  Show every second tick as a short tick.
  24.  
  25. Flip
  26.  
  27.  Reverse the min and max positions on the slider.
  28.  
  29. vertical   (v)
  30.  
  31.  This gadget is free vertically, defaults to free horizontally.
  32.  
  33. maxnumber=number (maxn=)
  34.  
  35.  Maximum value for this gadget. Defaults to 100.
  36.  
  37. minnumber=number (minn=)
  38.  
  39.  Maximum value for this gadget. Defaults to 100.
  40.  
  41. selected=number  (s=)
  42.  
  43.  Value for this gadget when window is opened. Defaults to 0.
  44.  
  45. useimage (ui)
  46.  
  47.  Use the last defined image as the knob for this slider.
  48.  
  49. bodyimage (bi)
  50.  
  51.  Use the last defined image as the body of this slider.
  52.  
  53.  NOTE: if both useimage and bodyimage are given, the knob gets the last defined image , the body gets the send last defined image.
  54.  
  55. minwidth=number (minw=)
  56.  
  57.  Set the minimum width for this gadget
  58.  
  59. minheight=number (minh=)
  60.  
  61.  Set the minimum height for this gadget
  62.  
  63. weightedwidth=number (weiw=)
  64.  
  65.  Set the weighted width for this gadget
  66.  
  67. weightedheight=number (weih=)
  68.  
  69.  Set the weighted height for this gadget
  70.  
  71. nominalsize (noms)
  72.  
  73.  Set this gadget to its nominal size.
  74.  
  75. replace=GID
  76.  
  77.  Use this gadget to replace an existing gadget specified by GID.
  78.  
  79. Definition Reply
  80. -----------------
  81.  
  82.  When the gadget creation is successful the pipe replies with
  83.  
  84. 'ok GID'
  85.  
  86. slider gadget modify parameters.
  87. -------------------------
  88.  
  89. disable=number (dis=)
  90.  
  91.  The gadget is enabled if number = 0 , disabled if number != 0.
  92.  
  93. selected=number  (s=)
  94.  
  95.  Value for this gadget.
  96.  
  97.